[]
Moves an item from the specified fromIndex to toIndex.
public virtual Task MoveAsync(int fromIndex, int toIndex, CancellationToken cancellationToken)
Public Overridable Function MoveAsync(fromIndex As Integer, toIndex As Integer, cancellationToken As CancellationToken) As Task
| Type | Name | Description |
|---|---|---|
| int | fromIndex | From index. |
| int | toIndex | To index. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |